doc: Add external NFS setup instructions DOCS-393#745
Merged
Conversation
added 6 commits
July 15, 2022 15:26
prcr
marked this pull request as ready for review
July 15, 2022 15:09
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Jul 15, 2022
Includes the changes from codacy/chart#745
1 task
prcr
force-pushed
the
doc/configure-external-nfs-DOCS-393
branch
from
July 15, 2022 15:14
101a38b to
3e60d0f
Compare
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Jul 15, 2022
Includes the changes from codacy/chart#745
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Jul 15, 2022
Includes the changes from codacy/chart#745
prcr
commented
Jul 15, 2022
Comment on lines
+188
to
+191
| | `listener.cache.name` | External NFS volume name | `listener-cache` | | ||
| | `listener.cache.path` | External NFS volume mount path | `/data` | | ||
| | `listener.cache.nfs.server` | IP address of external NFS server | `0.0.0.0` | | ||
| | `listener.cache.nfs.path` | External NFS server directory or file system to be mounted | `/` | |
Contributor
Author
There was a problem hiding this comment.
I obtained the default values from the repository-listener repository.
|
|
||
| # Caching | ||
|
|
||
| Codacy Self-hosted includes a built-in NFS server provisioner that deploys a shared volume to cache the cloned repository files while they're being analyzed by each tool. However, if you're dealing with big repositories or a high volume of analysis, using an NFS server external to the cluster will improve the performance of the cache. |
Contributor
Author
There was a problem hiding this comment.
Please check/validate the rationale for setting up an external NFS server instead of using the built-in one.
heliocodacy
previously approved these changes
Jul 15, 2022
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Jul 15, 2022
Includes the changes from codacy/chart#745
heliocodacy
approved these changes
Jul 15, 2022
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Jul 19, 2022
Includes the changes from codacy/chart#745
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Jul 19, 2022
Includes the changes from codacy/chart#745
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds instructions on how to configure Codacy Self-hosted to mount an NFS volume on an external server.
👀 Live preview
https://feature-update-chart--docs-codacy.netlify.app/chart/configuration/caching/